type github.com/jackc/pgx/v5/pgtype.underlyingTypeScanPlan
4 uses
github.com/jackc/pgx/v5/pgtype (current package)
pgtype.go#L546: type underlyingTypeScanPlan struct {
pgtype.go#L552: func (plan *underlyingTypeScanPlan) SetNext(next ScanPlan) { plan.next = next }
pgtype.go#L554: func (plan *underlyingTypeScanPlan) Scan(src []byte, dst any) error {
pgtype.go#L591: return &underlyingTypeScanPlan{dstType: dstValue.Type(), nextDstType: nextDstType}, dstValue.Convert(nextDstType).Interface(), true
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)